home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE window SYSTEM "chrome://personasrotator/locale/options.dtd">
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <dialog
- title="Options"
- id="personasrotatoroptionsdialog"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- windowtype="personasrotator"
- buttons="none"
- persist="screenX screenY width height sizemode">
-
- <script type="application/javascript" src="options.js"/>
-
- <tabbox>
- <tabs>
- <tab label="&personasrotatoroptions.Preferences;"/>
- <tab label="&personasrotatoroptions.ErrorLog;"/>
- </tabs>
- <tabpanels>
- <tabpanel id="preferencestab">
- <vbox>
- <checkbox label="&personasrotatoroptions.ShowNormalMenu;" id="showpersonasrotatortabnormalcontextcheckbox" />
- <checkbox label="&personasrotatoroptions.PrefillTheUploadForm;" id="prefilluploadformcheckbox" hidden="true"/>
- </vbox>
- </tabpanel>
- <tabpanel id="errorlogtab">
- <vbox>
- <checkbox label="&personasrotatoroptions.EnableErrorAlerts;" id="logalertenabledcheckbox" />
- </vbox>
- </tabpanel>
- </tabpanels>
- </tabbox>
-
- </dialog>
-